home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 April / Designer's Club 1996 April.iso / mac / PC_USERS / IDEASRC / TEASER.DIR / 00013_Script_13 < prev    next >
Text File  |  1996-03-08  |  723b  |  33 lines

  1. on exitFrame
  2.   go the frame
  3.   --cursor 200
  4.   puppetsprite 2, true
  5.   set the constraint of sprite 2 to 3
  6.   set the locV of sprite 2 to the mouseV
  7.   set the locH of sprite 2 to the mouseH
  8.   puppetsprite 4, true
  9.   set the constraint of sprite 4 to 5
  10.   set the locV of sprite 4 to the mouseV
  11.   set the locH of sprite 4 to the mouseH
  12.   
  13.   --set the locV of sprite 17 to the mouseV
  14.   --set the locH of sprite 17 to the mouseH  
  15.   
  16.   if rollover(6) then
  17.     go frame "silent"
  18.   end if
  19.   if rollover(7) then
  20.     go frame "grn1"   
  21.   end if
  22.   if rollover(8) then
  23.     go frame "grn2"
  24.   end if
  25.   if rollover(9) then
  26.     go frame "grn3"
  27.   end if
  28.   if rollover(10) then
  29.     go frame "grn4"
  30.   end if
  31. end
  32.  
  33.